/* General layout */

.rightB {
  background-color: #5acfd7;
  color: black;
  padding: 1px 20px;
  border-radius: 1px;
  border-color: #5acfd7;
}

#bottomR {
  position: fixed;
  bottom: 3%;
  right: 2%;
}